home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CDRWin 3.9 DOS / CDCLIP.TXT < prev    next >
Text File  |  2002-01-27  |  5KB  |  122 lines

  1.                 
  2.                 CDCLIP.EXE - CDROM Digital Audio Reader
  3.  
  4.  
  5. >>> PROGRAM DESCRIPTION <<<
  6.  
  7. CDCLIP will read "digital audio data" from an audio/music CD and
  8. store the data in a binary output file (default is WAV format).
  9. Automatic "jitter" correction is performed to insure correct digital
  10. copies. CDCLIP can also be used to extract raw 2352 byte data sectors
  11. from a non-audio disc using the /DATA option (not supported by all
  12. CDROM drives).
  13.  
  14. ***********************************************************************
  15.  
  16. >>> SUPPORTED DEVICES <<<
  17.  
  18. Please refer to the following web page for the latest list of
  19. supported devices...
  20.  
  21.   http://www.goldenhawk.com/devices.htm
  22.  
  23. **********************************************************************
  24.  
  25. >>> COMMAND LINE USAGE <<<
  26.  
  27. Usage: CDCLIP <imagefile> [/START=<start>] [/END=<end>] [/TRACK=n]
  28.          [/ID=ha:id:lun] [/BATCH] [/CDG] [/DATA] [/JC] [/NOJC] [/SPEED=n]
  29.          [/AIF] [/BIN] [/MOT] [/WAV]
  30. imagefile - Output image data file
  31. /START    - Starting MSF/LBA (default is start of disc)
  32. /END      - Ending MSF/LBA (default is end of disc)
  33. /TRACK    - Copy specified track number (1 to 99)
  34. /ID       - SCSI ID of CDROM drive (default is first found)
  35. /BATCH    - Disable all logging messages
  36. /CDG      - Enable reading of CD+G subcodes
  37. /DATA     - Enable reading of raw (2352 byte) data sectors
  38. /JC       - Enable 'jitter' correction (audio only)
  39. /NOJC     - Disable 'jitter' correction (audio only)
  40. /SPEED=n  - Audio reading speed (default is maximum)
  41. /AIF      - Write output file in AIFF format (audio only)
  42. /BIN      - Write output file in Intel binary format (default for data)
  43. /MOT      - Write output file in Motorola binary format
  44. /WAV      - Write output file in WAVE format (default for audio)
  45. e.g. CDCLIP /START=10:14:36 /END=13:55:11 /WAV TEST.WAV
  46. e.g. CDCLIP /START=106232 /END=124443 /BIN TEST.BIN
  47. e.g. CDCLIP /TRACK=5 /ID=0:3:0 /SPEED=4 TRACK5.WAV
  48.  
  49.     The switches /START and /END specify the starting and ending
  50. address of the data to copy. The address can be either a "logical
  51. block address" or a "physical time address". Logical blocks start
  52. at zero and physical time starts at 00:02:00. The default values
  53. for /START and /END are the first and last blocks on the disc.
  54.  
  55.     NOTE: Some CD readers have problems locating the last readable
  56. block on a disc. If this happens, you will have to explicitly specify
  57. the ending address. Use TOC.EXE to display the disc's table-of-contents
  58. and use the LBA of the leadout track minus one. Some readers also have
  59. problems reading the last few blocks before the leadout track, so you
  60. might have to subtract two or three from the leadout LBA.
  61.  
  62.     The /TRACK switch can be used instead of /START and /END to
  63. specify that an entire track be copied to the output file. NOTE:
  64. This will also copy the pregap from the next track (if it exists).
  65.  
  66.    The /SPEED switch can be used to change the reading speed of
  67. the CDROM drive (not supported by all models). This is useful
  68. when reading from very fast drives such as the Plextor 6Plex.
  69.  
  70.    The /APPEND switch can be used to append additional audio data
  71. to an existing file.
  72.  
  73. **********************************************************************
  74.  
  75. >>> JITTER CORRECTION <<<
  76.  
  77. What is jitter correction?
  78.  
  79. When digital audio is read from a CDROM drive, most drives are not
  80. capable on positioning the laser at the precise beginning of the
  81. data that you are trying to read. This is because there is no extra
  82. information at the beginning of an audio sector to indicate where
  83. the sector starts (like there is in a data sector). Because of this
  84. positioning error, you will either miss a certain number of bytes at
  85. the beginning of a sector or get duplicate bytes from the end of the
  86. previous sector. The jitter correction algorithm compensates for
  87. these position errors through the use of overlapped I/Os and a sector
  88. save/compare scheme.
  89.  
  90. The /JC and /NOJC switches are used to explicitly enable or disable
  91. jitter correction. CDCLIP automatically chooses the best method for
  92. each CDROM drive model, but you may need to override this choice in 
  93. certain situations.
  94.  
  95. The only drives that absolutely require jitter correction (to insure
  96. a perfect copy) are those made by Toshiba. All other drives supported
  97. by CDCLIP only require that the audio data be read fast enough to keep
  98. the drive's internal buffer from overflowing as it streams data off of
  99. the disc. If you are using a very fast drive such as the Plextor 6Plex
  100. or 8Plex, then your system might not be able to keep up with the fast
  101. transfer rate and a buffer overflow will occur. In these cases, you will
  102. need to enable jitter correction to compensate for this heavy load.
  103.  
  104. **********************************************************************
  105.  
  106. Please send all suggestions, comments, and bug reports to...
  107.  
  108. Golden Hawk Technology
  109. 909 Columbia Circle
  110. Merrimack, NH 03054
  111.  
  112. Phone: 603-429-1008
  113. FAX  : 603-429-0073
  114.  
  115. URL  : http://www.goldenhawk.com
  116. EMAIL: support@goldenhawk.com
  117.  
  118. **********************************************************************
  119.  
  120. Updated on JANUARY 27, 2002
  121.  
  122.